You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Adopt Method
>
Matrix.Adopt Method ([In] double[], int, int, int, bool)
Dew Math for .NET
Matrix.Adopt Method ([In] double[], int, int, int, bool)
Matrix Structure
Matrix Members
Dew.Math Namespace
Adopt Method
Collapse All
Syntax
C#
Visual Basic
public
void
Adopt
([In]
double
[]
aArray
,
int
aIndex
,
int
aRows
,
int
aCols
,
bool
aIsComplex
);
Public
Function
Adopt
(
aArray
As
[In]
double
[],
aIndex
As
Integer
,
aRows
As
Integer
,
aCols
As
Integer
,
aIsComplex
)
As
void
Description
This is Adopt, a member of class Matrix.
Group
Adopt Method
Links
Matrix Structure
,
Matrix Members
,
Dew.Math Namespace
,
Adopt Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!